home *** CD-ROM | disk | FTP | other *** search
/ Varios Español / Varios Español.iso / PMAKER65 / archive.z / PPCOLR_1.PPD < prev    next >
PostScript Printer Description  |  1995-07-13  |  23KB  |  541 lines

  1. *PPD-Adobe: "4.2"
  2. *% Adobe Systems PostScript(R) Printer Description File
  3. *% Copyright 1987-1995 Adobe Systems Incorporated. 
  4. *% All Rights Reserved. 
  5. *% Permission is granted for redistribution of this file as
  6. *% long as this copyright notice is intact and the contents
  7. *% of the file is not altered in any way from its original form.
  8. *% End of Copyright statement
  9. *%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  10. *%% Copyright (c) 1994-1995  Prepress Solutions, Inc., Billerica, MA  01821
  11. *%% PrePRESS base.ppd version @(#)(1.114)
  12. *%% PrePRESS Date: 6/5/95
  13. *%%
  14. *%% Adobe Systems PostScript(R) Printer Description File
  15. *%% Copyright 1987-1993 Adobe Systems Incorporated.  
  16. *%% All Rights Reserved.
  17. *%% Permission is granted for redistribution of this file as
  18. *%% long as this copyright notice is intact and the contents
  19. *%% of the file is not altered in any way from its original form.
  20. *%% End of Copyright statement
  21. *%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  22.  
  23. *% General Information and Defaults ===============
  24. *FormatVersion: "4.2"
  25. *FileVersion: "1.3"
  26. *PCFileName: "PPCOLR_1.PPD"
  27. *LanguageEncoding: ISOLatin1
  28. *LanguageVersion: English
  29.  
  30. *Product: "(Panther)"
  31. *PSVersion: "(2013.114) 9"
  32. *PSVersion: "(2013.114) 8"
  33. *PSVersion: "(2013.114) 7"
  34. *PSVersion: "(2013.114) 6"
  35. *PSVersion: "(2013.108) 4"
  36. *ModelName: "Panther CP"
  37. *NickName: "Panther Color Printer"
  38. *FreeVM: "4194304"
  39. *LanguageLevel: "2"
  40. *Extensions: FileSystem CMYK Composite
  41. *ColorDevice: True
  42. *DefaultColorSpace: CMYK
  43. *FileSystem: True
  44. *?FileSystem: "
  45.   save false
  46.    (%os%)
  47.     {
  48.     currentdevparams dup /Writeable known {
  49.         /Writeable get {pop true} if
  50.     }{
  51.         pop
  52.     } ifelse 
  53.     } 10 string /IODevice resourceforall
  54.     {(True)}{(False)} ifelse = flush
  55.  restore"
  56. *End
  57. *Throughput: "1"
  58. *Password: "0"
  59. *ExitServer: "
  60.   count 0 eq {false}{true exch startjob}ifelse not {
  61.     (WARNING : Cannot perform exitserver command.) = 
  62.     (Password supplied not valid.) = 
  63.     (Please contact the author of this software.) = flush
  64.     quit 
  65.   } if 
  66. "
  67. *End
  68.  
  69. *OpenUI *Resolution: PickOne
  70. *OrderDependency: 10 AnySetup *Resolution
  71. *DefaultResolution: 300x300dpi
  72. *Resolution 300x300dpi: "(<</HWResolution [300 300]>> setpagedevice)cvx exec"
  73. *?Resolution: "
  74.  save
  75.     currentpagedevice /HWResolution get 0 get
  76.     (          ) cvs print (dpi) = flush
  77.  restore
  78. "
  79. *End
  80. *CloseUI: *Resolution
  81.  
  82. *AccurateScreensSupport: True
  83.  
  84. *% Halftone Information ===============
  85. *ScreenFreq: "58.8" 
  86. *ScreenAngle: "45.0"
  87. *DefaultScreenProc: Dot
  88. *ScreenProc Dot: "
  89. {abs exch abs 2 copy add 1.0 gt {1.0 sub dup mul exch 1.0 sub dup mul add 1.0
  90. sub }{dup mul exch dup mul add 1.0 exch sub }ifelse }
  91. "
  92. *End
  93. *ScreenProc Line: "{ pop }"
  94. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  95.  
  96. *DefaultTransfer: Normalized
  97. *Transfer Normalized: "{
  98.   userdict /VT_dict known {
  99.     VT_dict /VTXfer known {
  100.         VT_dict begin VTXfer end
  101.     }{
  102.         VT_dict /ChooseXfer known {
  103.             VT_dict /ChooseXfer get exec 255 mul 0.5 add cvi
  104.             VT_dict /xfer get exch get
  105.         } if
  106.     } ifelse
  107.   } if
  108. } bind "
  109. *End
  110. *Transfer Normalized.Inverse: "{
  111.   userdict /VT_dict known {
  112.     VT_dict /VTXfer known {
  113.         VT_dict begin VTXfer end
  114.     }{
  115.         VT_dict /ChooseXfer known {
  116.             VT_dict /ChooseXfer get exec 255 mul 0.5 add cvi
  117.             VT_dict /xfer get exch get
  118.         } if
  119.     } ifelse
  120.   } if
  121.   1.0 exch sub
  122. } bind "
  123. *End
  124. *Transfer Null: "{} "
  125. *Transfer Null.Inverse: "{1.0 exch sub} "
  126.  
  127. *OpenUI *PP_transfer/Media setting : PickOne
  128. *OrderDependency: 60 AnySetup *PP_transfer
  129. *DefaultPP_transfer: 0
  130. *PP_transfer 0/Set Transfer Function #0: "0 VT_dict/setmedia get exec"
  131. *PP_transfer 1/Set Transfer Function #1: "1 VT_dict/setmedia get exec"
  132. *PP_transfer 2/Set Transfer Function #2: "2 VT_dict/setmedia get exec"
  133. *PP_transfer 3/Set Transfer Function #3: "3 VT_dict/setmedia get exec"
  134. *PP_transfer 4/Set Transfer Function #4: "4 VT_dict/setmedia get exec"
  135. *PP_transfer 5/Set Transfer Function #5: "5 VT_dict/setmedia get exec"
  136. *PP_transfer 6/Set Transfer Function #6: "6 VT_dict/setmedia get exec"
  137. *PP_transfer 7/Set Transfer Function #7: "7 VT_dict/setmedia get exec"
  138. *PP_transfer 8/Set Transfer Function #8: "8 VT_dict/setmedia get exec"
  139. *PP_transfer 9/Set Transfer Function #9: "9 VT_dict/setmedia get exec"
  140. *PP_transfer 10/Set Transfer Function #10: "10 VT_dict/setmedia get exec"
  141. *PP_transfer 11/Set Transfer Function #11: "11 VT_dict/setmedia get exec"
  142. *PP_transfer 12/Set Transfer Function #12: "12 VT_dict/setmedia get exec"
  143. *PP_transfer 13/Set Transfer Function #13: "13 VT_dict/setmedia get exec"
  144. *PP_transfer 14/Set Transfer Function #14: "14 VT_dict/setmedia get exec"
  145. *PP_transfer 15/Set Transfer Function #15: "15 VT_dict/setmedia get exec"
  146. *?PP_transfer: "save VT_dict/getmedia get exec = flush restore"
  147. *CloseUI: *PP_transfer
  148.  
  149. *% Paper Handling =====================
  150. *OpenUI *PageSize: PickOne
  151. *OrderDependency: 30 AnySetup *PageSize
  152. *DefaultPageSize: Letter
  153. *PageSize Letter: "(<</PageSize [612 792]/Orientation 0>> setpagedevice)cvx exec"
  154. *PageSize Letter.Transverse: "(<</PageSize [612 792]/Orientation 1>> setpagedevice)cvx exec"
  155. *PageSize Letter.Extra: "(<</PageSize [684 864]/Orientation 0>> setpagedevice)cvx exec"
  156. *PageSize Legal: "(<</PageSize [612 1008]/Orientation 0>> setpagedevice)cvx exec"
  157. *PageSize Legal.Extra: "(<</PageSize [684 1080]/Orientation 0>> setpagedevice)cvx exec"
  158. *PageSize Tabloid: "(<</PageSize [792 1224]/Orientation 0>> setpagedevice)cvx exec"
  159. *PageSize Ledger: "(<</PageSize [1224 792]/Orientation 0>> setpagedevice)cvx exec"
  160. *PageSize A3: "(<</PageSize [842 1191]/Orientation 0>> setpagedevice)cvx exec"
  161. *PageSize A4: "(<</PageSize [595 842]/Orientation 0>> setpagedevice)cvx exec"
  162. *PageSize A4.Transverse: "(<</PageSize [595 842]/Orientation 1>> setpagedevice)cvx exec"
  163. *PageSize A4.Extra: "(<</PageSize [668 914]/Orientation 0>> setpagedevice)cvx exec"
  164. *PageSize A5: "(<</PageSize [420 595]/Orientation 0>> setpagedevice)cvx exec"
  165. *PageSize A5.Transverse: "(<</PageSize [420 595]/Orientation 1>> setpagedevice)cvx exec"
  166. *PageSize A5.Extra: "(<</PageSize [492 668]/Orientation 0>> setpagedevice)cvx exec"
  167. *PageSize A5.Extra.Transverse: "(<</PageSize [492 668]/Orientation 1>> setpagedevice)cvx exec"
  168. *PageSize B4: "(<</PageSize [728 1032]/Orientation 0>> setpagedevice)cvx exec"
  169. *PageSize ISOB4: "(<</PageSize [709 1001]/Orientation 0>> setpagedevice)cvx exec"
  170. *PageSize B4.Extra: "(<</PageSize [800 1104]/Orientation 0>> setpagedevice)cvx exec"
  171. *PageSize ISOB4.Extra: "(<</PageSize [781 1073]/Orientation 0>> setpagedevice)cvx exec"
  172. *PageSize B5: "(<</PageSize [516 729]/Orientation 0>> setpagedevice)cvx exec"
  173. *PageSize ISOB5: "(<</PageSize [499 709]/Orientation 0>> setpagedevice)cvx exec"
  174. *PageSize B5.Transverse: "(<</PageSize [516 729]/Orientation 1>> setpagedevice)cvx exec"
  175. *PageSize ISOB5.Transverse: "(<</PageSize [499 709]/Orientation 1>> setpagedevice)cvx exec"
  176. *PageSize B5.Extra: "(<</PageSize [588 801]/Orientation 0>> setpagedevice)cvx exec"
  177. *PageSize ISOB5.Extra: "(<</PageSize [571 781]/Orientation 0>> setpagedevice)cvx exec"
  178. *PageSize B5.Extra.Transverse: "(<</PageSize [588 801]/Orientation 1>> setpagedevice)cvx exec"
  179. *PageSize ISOB5.Extra.Transverse: "(<</PageSize [571 781]/Orientation 1>> setpagedevice)cvx exec"
  180. *PageSize mini: "(<</PageSize [396 612]/Orientation 0>> setpagedevice)cvx exec"
  181. *?PageSize: "
  182.   save
  183.   currentpagedevice/PageSize get aload pop
  184.   2 copy gt {exch} if (Unknown)
  185.   50 dict
  186.     dup [612 792] (Letter) put
  187.     dup [684 864] (Letter.Extra) put
  188.     dup [612 1008] (Legal) put
  189.     dup [684 1080] (Legal.Extra) put
  190.     dup [792 1224] (Tabloid) put
  191.     dup [842 1191] (A3) put
  192.     dup [595 842] (A4) put
  193.     dup [668 914] (A4.Extra) put
  194.     dup [420 595] (A5) put
  195.     dup [492 668] (A5.Extra) put
  196.     dup [729 1032] (B4) put
  197.     dup [709 1001] (ISOB4) put
  198.     dup [801 1104] (B4.Extra) put
  199.     dup [781 1073] (ISOB4.Extra) put
  200.     dup [516 729] (B5) put
  201.     dup [499 709] (ISOB5) put
  202.     dup [588 801] (B5.Extra) put
  203.     dup [571 781] (ISOB5.Extra) put
  204.     dup [396 612] (mini) put
  205.     dup [792 612] (Letter.Transverse) put
  206.     dup [792 1224] (Ledger) put
  207.     dup [842 595] (A4.Transverse) put
  208.     dup [595 420] (A5.Transverse) put
  209.     dup [668 492] (A5.Extra.Transverse) put
  210.     dup [729 516] (B5.Transverse) put
  211.     dup [709 499] (ISOB5.Transverse) put
  212.     dup [801 588] (B5.Extra.Transverse) put
  213.     dup [781 571] (ISOB5.Extra.Transverse) put
  214.  {
  215.   exch aload pop 4 index sub abs 5 le exch 5 index sub abs 5 le and {
  216.     exch pop exit
  217.   }{
  218.     pop
  219.   } ifelse
  220.  } bind forall = flush pop pop
  221.   restore
  222. "
  223. *End
  224. *CloseUI: *PageSize
  225.  
  226. *% Page Region Starts here =====================
  227. *OpenUI *PageRegion: PickOne
  228. *OrderDependency: 40 AnySetup *PageRegion
  229. *DefaultPageRegion: Letter
  230. *PageRegion Letter: "(<</PageSize [612 792]/Orientation 0>> setpagedevice)cvx exec"
  231. *PageRegion Letter.Transverse: "(<</PageSize [612 792]/Orientation 1>> setpagedevice)cvx exec"
  232. *PageRegion Letter.Extra: "(<</PageSize [684 864]/Orientation 0>> setpagedevice)cvx exec"
  233. *PageRegion Legal: "(<</PageSize [612 1008]/Orientation 0>> setpagedevice)cvx exec"
  234. *PageRegion Legal.Extra: "(<</PageSize [684 1080]/Orientation 0>> setpagedevice)cvx exec"
  235. *PageRegion Tabloid: "(<</PageSize [792 1224]/Orientation 0>> setpagedevice)cvx exec"
  236. *PageRegion Ledger: "(<</PageSize [1224 792]/Orientation 0>> setpagedevice)cvx exec"
  237. *PageRegion A3: "(<</PageSize [842 1191]/Orientation 0>> setpagedevice)cvx exec"
  238. *PageRegion A4: "(<</PageSize [595 842]/Orientation 0>> setpagedevice)cvx exec"
  239. *PageRegion A4.Transverse: "(<</PageSize [595 842]/Orientation 1>> setpagedevice)cvx exec"
  240. *PageRegion A4.Extra: "(<</PageSize [668 914]/Orientation 0>> setpagedevice)cvx exec"
  241. *PageRegion A5: "(<</PageSize [420 595]/Orientation 0>> setpagedevice)cvx exec"
  242. *PageRegion A5.Transverse: "(<</PageSize [420 595]/Orientation 1>> setpagedevice)cvx exec"
  243. *PageRegion A5.Extra: "(<</PageSize [492 668]/Orientation 0>> setpagedevice)cvx exec"
  244. *PageRegion A5.Extra.Transverse: "(<</PageSize [492 668]/Orientation 1>> setpagedevice)cvx exec"
  245. *PageRegion B4: "(<</PageSize [728 1032]/Orientation 0>> setpagedevice)cvx exec"
  246. *PageRegion ISOB4: "(<</PageSize [709 1001]/Orientation 0>> setpagedevice)cvx exec"
  247. *PageRegion B4.Extra: "(<</PageSize [800 1104]/Orientation 0>> setpagedevice)cvx exec"
  248. *PageRegion ISOB4.Extra: "(<</PageSize [781 1073]/Orientation 0>> setpagedevice)cvx exec"
  249. *PageRegion B5: "(<</PageSize [516 729]/Orientation 0>> setpagedevice)cvx exec"
  250. *PageRegion ISOB5: "(<</PageSize [499 709]/Orientation 0>> setpagedevice)cvx exec"
  251. *PageRegion B5.Transverse: "(<</PageSize [516 729]/Orientation 1>> setpagedevice)cvx exec"
  252. *PageRegion ISOB5.Transverse: "(<</PageSize [499 709]/Orientation 1>> setpagedevice)cvx exec"
  253. *PageRegion B5.Extra: "(<</PageSize [588 801]/Orientation 0>> setpagedevice)cvx exec"
  254. *PageRegion ISOB5.Extra: "(<</PageSize [571 781]/Orientation 0>> setpagedevice)cvx exec"
  255. *PageRegion B5.Extra.Transverse: "(<</PageSize [588 801]/Orientation 1>> setpagedevice)cvx exec"
  256. *PageRegion ISOB5.Extra.Transverse: "(<</PageSize [571 781]/Orientation 1>> setpagedevice)cvx exec"
  257. *PageRegion mini: "(<</PageSize [396 612]/Orientation 0>> setpagedevice)cvx exec"
  258. *CloseUI: *PageRegion
  259.  
  260. *?ImageableArea: "
  261. save
  262. /cvp{16 string cvs print ( ) print}bind def
  263. /upperright{10000 mul floor 10000 div}bind def
  264. /lowerleft{10000 mul ceiling 10000 div}bind def
  265. newpath clippath pathbbox
  266. 4 -2 roll exch 2 {lowerleft cvp}repeat
  267. exch 2 {upperright cvp}repeat flush
  268. restore
  269. "
  270. *End
  271.  
  272. *% ImageableArea starts here:
  273. *DefaultImageableArea: Letter
  274. *ImageableArea Letter: "11 93 601 738"
  275. *ImageableArea Letter.Transverse: "11 93 601 738"
  276. *ImageableArea Letter.Extra: "11 93 673 810"
  277. *ImageableArea Legal: "11 93 601 954"
  278. *ImageableArea Legal.Extra: " 11 93 673 1026"
  279. *ImageableArea Tabloid: "11 93 781 1170"
  280. *ImageableArea Ledger: "11 93 1213 738"
  281. *ImageableArea A3: "11 93 831 1137"
  282. *ImageableArea A4: "11 93 584 788"
  283. *ImageableArea A4.Transverse: "11 93 584 788"
  284. *ImageableArea A4.Extra: "11 93 657 860"
  285. *ImageableArea A5: "11 93 420 595"
  286. *ImageableArea A5.Transverse: "11 93 420 595"
  287. *ImageableArea A5.Extra: "11 93 481 614"
  288. *ImageableArea A5.Extra.Transverse: "11 93 481 614"
  289. *ImageableArea B4: "11 93 718.72 977.46"
  290. *ImageableArea ISOB4: "11 93 698 947"
  291. *ImageableArea B4.Extra: "11 93 790.72 1049.46"
  292. *ImageableArea ISOB4.Extra: "11 93 770 1019"
  293. *ImageableArea B5: "11 93 505 675"
  294. *ImageableArea ISOB5: "11 93 488 655"
  295. *ImageableArea B5.Transverse: "11 93 505 675"
  296. *ImageableArea ISOB5.Transverse: "11 93 488 655"
  297. *ImageableArea B5.Extra: "11 93 577 747"
  298. *ImageableArea ISOB5.Extra: "11 93 560 727"
  299. *ImageableArea B5.Extra.Transverse: "11 93 577 747"
  300. *ImageableArea ISOB5.Extra.Transverse: "11 93 560 727"
  301. *ImageableArea mini: "11 93 385 558"
  302.  
  303. *% These provide the physical dimensions of the paper (by keyword)
  304. *DefaultPaperDimension: Letter
  305. *PaperDimension Letter: "612 792 "
  306. *PaperDimension Letter.Transverse: "612 792.1 "
  307. *PaperDimension Letter.Extra: "684 864 "
  308. *PaperDimension Legal: "612 1008 "
  309. *PaperDimension Legal.Extra:  "684 1080 "
  310. *PaperDimension Tabloid: "792 1224 "
  311. *PaperDimension Ledger: "1224 792"
  312. *PaperDimension A3: "842 1191 "
  313. *PaperDimension A4: "595 842 "
  314. *PaperDimension A4.Transverse: "595 842.1 "
  315. *PaperDimension A4.Extra: "668 914 "
  316. *PaperDimension A5: "420 595 "
  317. *PaperDimension A5.Transverse: "420 595.1 "
  318. *PaperDimension A5.Extra: "492 668 "
  319. *PaperDimension A5.Extra.Transverse: "492 668.1 "
  320. *PaperDimension B4: "729.72 1031.46"
  321. *PaperDimension ISOB4: "709 1001"
  322. *PaperDimension B4.Extra: "801.72 1103.46"
  323. *PaperDimension ISOB4.Extra: "781 1073"
  324. *PaperDimension B5: "516 729"
  325. *PaperDimension ISOB5: "499 709 "
  326. *PaperDimension B5.Transverse: "516 729.1 "
  327. *PaperDimension ISOB5.Transverse: "499 709.1 "
  328. *PaperDimension B5.Extra: "588 801 "
  329. *PaperDimension ISOB5.Extra: "571 781 "
  330. *PaperDimension B5.Extra.Transverse: "588 801.1 "
  331. *PaperDimension ISOB5.Extra.Transverse: "571 781.1 "
  332. *PaperDimension mini: "396 612 "
  333.  
  334. *VariablePaperSize: True
  335. *% Width Height WidthOffset HeightOffset Orientation
  336. *CustomPageSize True: "
  337.   5 -2 roll 2 copy 4 index 2 mod 0 eq { %% is the orientation an even number?
  338.     2 copy eq {1 add}{exch}ifelse    %% if w==h, make h>w like bottom diagram of spec
  339.   } if                    %% else exch copies of w,h for PageSize
  340.   %% select orientation array, then use passed orientation to select new orientation
  341.   5 2 roll lt{[2 0 0 2]}{[3 3 1 1]}ifelse exch get
  342.   (<<
  343.     /Orientation 3 -1 roll
  344.     /PageSize [ 7 -2 roll ]
  345.     /PageOffset [ 9 -2 roll ]
  346.     /ImagingBBox null
  347.   >> setpagedevice) cvx exec
  348. "
  349. *End
  350. *?CurrentMediaWidth: "save VT_dict/mediawidth get exec = flush restore"
  351. *?CurrentMediaHeight: "save VT_dict/medialength get exec = flush restore"
  352. *MaxMediaWidth: "864"
  353. *MaxMediaHeight: "1380"
  354. *ParamCustomPageSize Width: 1 points 1 864
  355. *ParamCustomPageSize Height: 2 points 1 1380
  356. *ParamCustomPageSize WidthOffset/Margins: 3 points 0 863
  357. *ParamCustomPageSize HeightOffset: 4 points 0 1295
  358. *ParamCustomPageSize Orientation: 5 int 0 3
  359. *CenterRegistered: False
  360.  
  361. *DefaultOutputOrder: Normal
  362.  
  363. *RequiresPageRegion All: True
  364. *OpenUI *InputSlot: PickOne
  365. *OrderDependency: 20 AnySetup *InputSlot
  366. *DefaultInputSlot: Cassette
  367. *InputSlot Cassette: ""   
  368. *CloseUI: *InputSlot
  369.  
  370. *OpenGroup: Imagesetter
  371. *OpenUI *MirrorPrint/Mirror: Boolean
  372. *OrderDependency: 50 AnySetup *MirrorPrint
  373. *DefaultMirrorPrint: False
  374. *MirrorPrint True: "(<</MirrorPrint true>> setpagedevice)cvx exec"
  375. *MirrorPrint False: "(<</MirrorPrint false>> setpagedevice)cvx exec"
  376. *?MirrorPrint: "currentpagedevice/MirrorPrint get {(True)}{(False)}ifelse = flush"
  377. *CloseUI: *MirrorPrint
  378.  
  379. *OpenUI *NegativePrint/Negative: Boolean
  380. *OrderDependency: 50 AnySetup *NegativePrint
  381. *DefaultNegativePrint: False
  382. *NegativePrint True: "(<</NegativePrint true>> setpagedevice)cvx exec"
  383. *NegativePrint False: "(<</NegativePrint false>> setpagedevice)cvx exec"
  384. *?NegativePrint: "currentpagedevice/NegativePrint get {(True)}{(False)}ifelse = flush"
  385. *CloseUI: *NegativePrint
  386. *CloseGroup: Imagesetter
  387.  
  388. *% Font Information =====================
  389.  
  390. *Font Courier: Standard "(001.004)" Standard ROM
  391. *Font Courier-Bold: Standard "(001.004)" Standard ROM
  392. *Font Courier-BoldOblique: Standard "(001.004)" Standard ROM
  393. *Font Courier-Oblique: Standard "(001.004)" Standard ROM
  394. *Font Helvetica: Standard "(001.004)" Standard ROM
  395. *Font Helvetica-Bold: Standard "(001.004)" Standard ROM
  396. *Font Helvetica-BoldOblique: Standard "(001.004)" Standard ROM
  397. *Font Helvetica-Oblique: Standard "(001.004)" Standard ROM
  398. *Font Symbol: Special "(001.004)" Special ROM
  399. *Font Times-Bold: Standard "(001.004)" Standard ROM
  400. *Font Times-BoldItalic: Standard "(001.004)" Standard ROM
  401. *Font Times-Italic: Standard "(001.004)" Standard ROM
  402. *Font Times-Roman: Standard "(001.004)" Standard ROM
  403. *?FontQuery: "
  404.  save
  405.     {
  406.     count 1 gt {
  407.         exch dup 127 string cvs (/) print print (:) print
  408.         /Font resourcestatus {pop pop (Yes)} {(No)} ifelse =
  409.     }{
  410.         exit
  411.     } ifelse 
  412.    } bind loop
  413.    (*) = flush
  414.  restore
  415. "
  416. *End
  417.  
  418. *?FontList: "
  419. save
  420.   (*) {cvn ==} 128 string /Font resourceforall
  421.   (*) = flush
  422. restore
  423. "
  424. *End
  425.  
  426. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  427. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  428. *Message: "\FontName\ not found, using Courier"
  429.  
  430. *% Status (format: %%[ status: <one of these> ]%% )
  431. *Status: "idle"
  432. *Status: "busy"
  433. *Status: "waiting"
  434. *Status: "printing"
  435. *Status: "warming up"
  436. *Status: "PrinterError: Printer OK"
  437. *Status: "PrinterError: Printer never accepted band"
  438. *Status: "PrinterError: Printer Intensity Invalid"
  439. *Status: "PrinterError: PrintXferBusy for too long"
  440. *Status: "PrinterError: Printer not ready to write:unused"
  441. *Status: "PrinterError: Fifo transfer took too long:DMABusy still"
  442. *Status: "PrinterError: Printer Resolution Invalid"
  443. *Status: "PrinterError: Failed printerstart:!BEG"
  444. *Status: "PrinterError: Fifo transfer did not start:DMABusy still"
  445. *Status: "PrinterError: Printer Hardware Error"
  446. *Status: "PrinterError: Printer Disk Full"
  447. *Status: "PrinterError: Printer Media Cassette Full"
  448. *Status: "PrinterError: Printer No Takeup"
  449. *Status: "PrinterError: Re-transmitting Page To Printer"
  450. *Status: "PrinterError: Printer Line Length Invalid"
  451. *Status: "PrinterError: Printer Busy with Previous Page"
  452. *Status: "PrinterError: Default page being defined is too big"
  453. *Status: "PrinterError: Printer Media Value Invalid"
  454. *Status: "PrinterError: Printer Cover Open"
  455. *Status: "PrinterError: Printer never was ready to start band:!STA"
  456. *Status: "PrinterError: Proofer Error"
  457. *Status: "PrinterError: Printer not ready;printer needs attention"
  458. *Status: "PrinterError: Printer Paper Out"
  459. *Status: "PrinterError: Printer Disk Error"
  460. *Status: "PrinterError: Proofer Not Available"
  461. *Status: "PrinterError: Program Load Error"
  462. *Status: "PrinterError: Printer Leading Value Invalid"
  463. *Status: "PrinterError: Printer Offline"
  464.  
  465. *Source: "AppleTalk"
  466.  
  467. *PrinterError: "Printer OK"
  468. *PrinterError: "Printer never accepted band"
  469. *PrinterError: "Printer Intensity Invalid"
  470. *PrinterError: "PrintXferBusy for too long"
  471. *PrinterError: "Printer not ready to write:unused"
  472. *PrinterError: "Fifo transfer took too long:DMABusy still"
  473. *PrinterError: "Printer Resolution Invalid"
  474. *PrinterError: "Failed printerstart:!BEG"
  475. *PrinterError: "Fifo transfer did not start:DMABusy still"
  476. *PrinterError: "Printer Hardware Error"
  477. *PrinterError: "Printer Disk Full"
  478. *PrinterError: "Printer Media Cassette Full"
  479. *PrinterError: "Printer No Takeup"
  480. *PrinterError: "Re-transmitting Page To Printer"
  481. *PrinterError: "Printer Line Length Invalid"
  482. *PrinterError: "Printer Busy with Previous Page"
  483. *PrinterError: "Default page being defined is too big"
  484. *PrinterError: "Printer Media Value Invalid"
  485. *PrinterError: "Printer Cover Open"
  486. *PrinterError: "Printer never was ready to start band:!STA"
  487. *PrinterError: "Proofer Error"
  488. *PrinterError: "Printer not ready;printer needs attention"
  489. *PrinterError: "Printer Paper Out"
  490. *PrinterError: "Printer Disk Error"
  491. *PrinterError: "Proofer Not Available"
  492. *PrinterError: "Program Load Error"
  493. *PrinterError: "Printer Leading Value Invalid"
  494. *PrinterError: "Printer Offline"
  495.  
  496. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  497.  
  498. *% Color Separation Information =====================
  499. *% Accuratescreen angles/freqs added to bottom of file
  500.  
  501. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  502.  
  503. *InkName: ProcessBlack/Process Black
  504. *InkName: CustomColor/Custom Color
  505. *InkName: ProcessCyan/Process Cyan
  506. *InkName: ProcessMagenta/Process Magenta
  507. *InkName: ProcessYellow/Process Yellow
  508.  
  509. *%  For 60 lpi / 300 dpi  ===============================
  510.  
  511. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  512. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  513. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  514. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  515. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  516.  
  517. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  518. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  519. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  520. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  521. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  522.  
  523. *%  For 53 lpi / 300 dpi  ===============================
  524.  
  525. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  526. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  527. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  528. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  529. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  530.  
  531. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  532. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  533. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  534. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  535. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  536.  
  537.  
  538. *% The byte count of this file should be exactly 022093 or 022633
  539. *% depending on the filesystem it resides in.
  540. *% end of PPD file for Panther CP
  541.